Skip to content

add export csv blockpit #262

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

juddydev
Copy link
Contributor

BlockPit CSV integration #217

  1. The Byte Order Mark (BOM), a Unicode character (U+FEFF) represented as EF BB BF in UTF-8
    => uFEFF=false is set for Blockpit to prevent adding a BOM (Byte Order Mark) to the CSV file, as Blockpit requires CSV files without BOM for successful import.
  2. Example files: Both contain the same content, but only the second file can be imported into Blockpit.
    blockpit-csv-no-config-uFEFF.csv
    blockpit-uFEFF-false.csv

@ihomp ihomp self-requested a review April 30, 2025 13:05
Copy link
Member

@ihomp ihomp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need a new PR agains the updated codebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants